Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #867

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 17.7.1 -> 17.7.2 age adoption passing confidence
@nuxt-themes/docus 1.14.7 -> 1.15.0 age adoption passing confidence
@nuxt/module-builder 0.5.1 -> 0.5.2 age adoption passing confidence
commitlint (source) 17.7.1 -> 17.7.2 age adoption passing confidence
core-js 3.32.2 -> 3.33.0 age adoption passing confidence
esbuild 0.19.3 -> 0.19.4 age adoption passing confidence
eslint-plugin-jsonc (source) 2.9.0 -> 2.10.0 age adoption passing confidence
postcss-preset-env (source) 9.1.4 -> 9.2.0 age adoption passing confidence
vitest 0.34.5 -> 0.34.6 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v17.7.2

Compare Source

Note: Version bump only for package @​commitlint/cli

nuxt-themes/docus (@​nuxt-themes/docus)

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: nuxt-themes/docus@v1.14.9...v1.15.0

v1.14.9

Compare Source

v1.14.8

Compare Source

nuxt/module-builder (@​nuxt/module-builder)

v0.5.2

Compare Source

compare changes

💅 Refactors
📖 Documentation
🏡 Chore
❤️ Contributors
conventional-changelog/commitlint (commitlint)

v17.7.2

Compare Source

Note: Version bump only for package commitlint

zloirock/core-js (core-js)

v3.33.0

Compare Source

evanw/esbuild (esbuild)

v0.19.4

Compare Source

  • Fix printing of JavaScript decorators in tricky cases (#​3396)

    This release fixes some bugs where esbuild's pretty-printing of JavaScript decorators could incorrectly produced code with a syntax error. The problem happened because esbuild sometimes substitutes identifiers for other expressions in the pretty-printer itself, but the decision about whether to wrap the expression or not didn't account for this. Here are some examples:

    // Original code
    import { constant } from './constants.js'
    import { imported } from 'external'
    import { undef } from './empty.js'
    class Foo {
      @​constant()
      @​imported()
      @​undef()
      foo
    }
    
    // Old output (with --bundle --format=cjs --packages=external --minify-syntax)
    var import_external = require("external");
    var Foo = class {
      @​123()
      @​(0, import_external.imported)()
      @​(void 0)()
      foo;
    };
    
    // New output (with --bundle --format=cjs --packages=external --minify-syntax)
    var import_external = require("external");
    var Foo = class {
      @​(123())
      @​((0, import_external.imported)())
      @​((void 0)())
      foo;
    };
  • Allow pre-release versions to be passed to target (#​3388)

    People want to be able to pass version numbers for unreleased versions of node (which have extra stuff after the version numbers) to esbuild's target setting and have esbuild do something reasonable with them. These version strings are of course not present in esbuild's internal feature compatibility table because an unreleased version has not been released yet (by definition). With this release, esbuild will now attempt to accept these version strings passed to target and do something reasonable with them.

ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)

v2.10.0

Compare Source

Minor Changes
csstools/postcss-plugins (postcss-preset-env)

v9.2.0

Compare Source

October 9, 2023

vitest-dev/vitest (vitest)

v0.34.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update devdependency esbuild to v0.19.4 chore(deps): update all non-major dependencies Sep 28, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 62b313e to d9a7797 Compare October 1, 2023 21:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5f9b332 to 01b6352 Compare October 8, 2023 16:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 01b6352 to c64dc23 Compare October 9, 2023 19:11
@ThornWalli ThornWalli merged commit cdf330c into next Oct 10, 2023
2 checks passed
@ThornWalli ThornWalli deleted the renovate/all-minor-patch branch October 10, 2023 13:17
@github-actions
Copy link

🎉 This PR is included in version 3.0.0-next.27 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant